
.Pchidde{display: none !important;}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition:      -o-transform .6s ease-in-out;
        transition:         transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
.iphoneBanner{display: none;}


/**/
.main_sanhezi{margin-right: -15px;margin-left: -15px;padding-top: 18px;}
.main-u4{width: 33.33333%;padding-right: 15px;padding-left: 15px;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.main-u4-img img{width: 100%;}
.main-u4 h3{color: #00533A;font-weight: bold;font-size: 24px;padding: 10px 0 20px;}
.main-u4 p{font-size: 12px;height: 40px;border-top: 1px dashed #999;padding-top: 10px;}
.main-u4 p:last-child{border-bottom: 1px dashed #999;}
.main-u4 p a{display: block;float: left;width: 80%;overflow: hidden;display: block; white-space: nowrap;text-overflow: ellipsis;}
.main-u4 p i{float: right;color: #999;margin-top: 10px;margin-right: 10px;}
.main-u4 p span{display: block;}
.Mobile_sanhezi{display: none;}
.main_sanhezi:before,
.main_sanhezi:after{
    display: table;
    content: " ";
}
.main_sanhezi:after{
    clear: both;
}


@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 110px;
    }
}
/*=================================================================================*/
/*以上为轮播图代码*/


/*新来的代码放这好找*/
.no30-img-all {position: relative;}
.no30-1-1{overflow: hidden;}
.no30-1-1 span{display: block;float: left;height: 20px;width: 20px;line-height: 20px;border-radius: 50%;background: #fff;color: #000;text-align: center;margin-top: 10px;font-size: 12px;}

.no30 {
    padding-top: 20px;
    padding-bottom: 60px;
}
.no30-all {
   /* overflow: hidden;*/
}
.no30-img-all {
    position: relative;
}
.no30-img {
    position: relative;
    z-index: -1;
    width: 1248px;
    height: 770px
}
.no30-img img {
    width: 100%;
    height: 100%;
}
.no30-node {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    background: #0f663d;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.no30-node::before,
.no30-node::after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: #0f663d;
    -webkit-animation: nodeShadow 1.4s linear infinite;
    -moz-animation: nodeShadow 1.4s linear infinite;
    -o-animation: nodeShadow 1.4s linear infinite;
    animation: nodeShadow 1.4s linear infinite;
    -moz-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden;
}
.show.no30-node::before,
.show.no30-node::after {
    visibility: visible;
}
.no30-node::after {
    -webkit-animation: nodeShadowII 1.4s linear infinite;
    -moz-animation: nodeShadowII 1.4s linear infinite;
    -o-animation: nodeShadowII 1.4s linear infinite;
    animation: nodeShadowII 1.4s linear infinite;
}
@-webkit-keyframes nodeShadow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}
@-moz-keyframes nodeShadow {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}
@-o-keyframes nodeShadow {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes nodeShadow {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}
@-webkit-keyframes nodeShadowII {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8;
    }
    100% {
        -webkit-transform: scale(2.4);
        transform: scale(2.4);
        opacity: 0;
    }
}
@-moz-keyframes nodeShadowII {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: .8;
    }
    100% {
        -moz-transform: scale(2.4);
        transform: scale(2.4);
        opacity: 0;
    }
}
@-o-keyframes nodeShadowII {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: .8;
    }
    100% {
        -o-transform: scale(2.4);
        transform: scale(2.4);
        opacity: 0;
    }
}
@keyframes nodeShadowII {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: .8;
    }
    100% {
        -webkit-transform: scale(2.4);
        -moz-transform: scale(2.4);
        -o-transform: scale(2.4);
        transform: scale(2.4);
        opacity: 0;
    }
}
.no30-node span {
    cursor: pointer;
}
.no30-node-01 {
    left: 41%;
    top: 45%;
}
.no30-node-02 {
    left: 40%;
    top: 30%;
}
.no30-node-03 {
    left: 48%;
    top: 52%;
}
.no30-node-04 {
    left: 30%;
    top: 15.7%;
}
.no30-node-05 {
    left: 40%;
    top: 76%;
}
.no30-node-06 {
    left: 31%;
    top: 43.8%;
}
.no30-node-07 {
    left: 36%;
    top: 44.3%;
}
.no30-node-08 {
    left: 56%;
    top: 34.5%;
}
.no30-node-09 {
    left: 33%;
    top: 68.6%;
}
.no30-node-10 {
    left: 52%;
    top: 28.6%;
}
.no30-node-11 {
    left: 53.5%;
    top: 13.4%;
}
.no30-node-12 {
    left: 23.6%;
    top: 30.2%;
}
.no30-node-13 {
    left: 40.6%;
    top: 67.8%;
}
.no30-node-14 {
    left: 63%;
    top: 84%;
}
.no30-node-15 {
    left: 16.2%;
    top: 34%;
}
.no30-node-16 {
    left: 67.2%;
    top: 16.4%;
}
.no30-node-17 {
    left: 79%;
    top: 81.5%;
}
.no30-node-18 {
    left: 24.5%;
    top: 56%;
}
.no30-node-19 {
    left: 35.3%;
    top: 57.9%;
}
.no30-node-20 {
    left: 56%;
    top: 45.4%;
}

/*.no30-node-21 {
    left: 73%;
    top: 63.4%;
}
.no30-node-22 {
    left: 51.5%;
    top: 71%;
}
.no30-node-23 {
    left: 65.2%;
    top: 85.5%;
}*/


.lvse{background:#0f663d;}
.redhongse{background:red;}

.no30-node-more {
    position: absolute;
    z-index: 10;
    /*display: none;*/
    top: 57px;
    left: -37px;
    /*width: 470px;*/
    width: 0;
    /*height: 140px;*/
    height: 0;
    background: rgba(0, 105, 62, .9);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    -o-transition: height .7s;
    -moz-transition: height .7s;
    transition: height .7s;
}
.no30-node-more-17{
    left:-222px; ;
}
.no30-node-more-11 {
    top: 50px;
}
.no30-node-more-19 {
    left: -230px;
}
.no30-node-more-20 {
    left: -330px;
}
.no30-node-more-21 {
    left: -180px;
}
.no30-node-more-23 {
    left: -100px;
    top: -180px;
}
.no30-node-more .line,
.no30-node-more h4,
.no30-node-more p {
    opacity: 0;
 /*   -o-transition: .6s .55s;
    -moz-transition: .6s .55s;
    transition: .6s .55s;*/
}
.show .no30-node-more {
    display: block;
    width: 314px;
    height: 120px;
    padding: 10px;
}


/*.show .no30-node-more-12 {
    height: 152px;
}*/

.no30-node-more dt {
    width:100px ;
    height:100px ;
    position:relative ;
    margin:0 auto ;
    overflow:hidden ;
}
.no30-node-more img {
    position: absolute ;
    left:50% ;
    transform:translateX(-50%) ;
}

.show .no30-node-more .line,
.show .no30-node-more h4,
.show .no30-node-more p {
    opacity: 1;
}
.no30-node-more dl{}
.no30-node-more dl dt{width: 102px;float: left;margin-right: 10px;height: 102px;}
.no30-node-more dl dt img{/*width: 100%;*/height: 100%;}
.no30-node-more dl dd{float: left;width: 60%;}
.no30-node-more dl dd a{display: block;width: 100px;height: 30px;text-align: center;line-height: 30px;background: #fff;color: #333;border-radius: 4px;float: right;margin-top: 6px;}
.no30-node-more .line {
    margin-bottom: 8px;
    width:100%;
    height: 1px;
    background: #fff;
}
.no30-node-more h4 {
    margin-bottom: 4px;
    line-height: 18px;
    font-size: 14px;
}
.no30-node-more p {
    line-height: 16px;
    font-size: 12px;
    font-family: "Arial";
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 32px;
}

.footer-Ftao{}
.footer-Ftao .footer-FtaoLeft{}
.footer-Ftao .footer-FtaoLeft .per1{font-size: 26px;line-height: 63px;border-bottom: 1px solid #fff;color: #fff;margin-bottom: 20px;font-weight: bold;}
.footer-Ftao .footer-FtaoLeft pre{color: #bec2c9;font-size: 16px;line-height: 30px;}
.footer-qrcode-right{margin-right:40px;}
/*到这里结束了下面不是了*/


.fix-nav-all-nav {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 11.2%;
}


/*新增代码*/
.indexBanner {position: relative;opacity: 0;}
.index-ten-list img{width: 100%;}
.indexBanner .hd{ overflow:hidden;  height:45px;padding:0 10px; position: absolute;bottom: 0;left:50%;margin-left: -38px;z-index: 9999999;}
.indexBanner .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.indexBanner .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.indexBanner .hd ul li.on{ background-position:0 0; }
.movetag{z-index: 999999;}
/*我们的优势*/
.clearfix:before,.clearfix:after,.container:before,.container:after,.row:before,.row:after {display: table;content: " ";}
.clearfix:after,.container:after,.row:after{clear: both;}
.fl{float: left;}
.fr{float: right;}
.marginTop{margin-top: 0 !important;margin-bottom: 0px;}
.fto-inside-info{padding-top: 30px;overflow: hidden;}
.fto-inside-info ul li{width: 20%;float: left;margin:0 0 80px;text-align: center;height: 106px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:0 12px;}
.fto-inside-info ul li img{max-width: 100%;display: block;}

.fto-inside-info ul li img:hover{-webkit-animation: tada .8s 0s ease both;-moz-animation: tada .8s 0s ease both;}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}
    10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
    40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
    100%{-webkit-transform:scale(1) rotate(0);}}
@-moz-keyframes tada{0%{-moz-transform:scale(1);}
    10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
    40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
    100%{-moz-transform:scale(1) rotate(0);}}


.ft-anchor2{position:relative;}
.weText{width: 100%;display: none;position: absolute;top: 30px;left: 0;text-align: center;padding-top: 16px;}
.weText a{width: 100%;display: block;font-size: 12px;}
.fix-nav-all > ul > li .weText > a {color: #fff;line-height: 30px;font-size: 12px;}
.PChide{display: none;}
.inside-title {padding-top: 85px;}
.inside-all{overflow: hidden;}
/*底部按钮*/
.gotop {position: absolute;right: -100px;bottom: 58px;}
.footerBan{background: #000;color: #fff;text-align: center;line-height: 48px;font-size: 14px;padding: 0 15px;}
.footer-col { margin-right: 24px;}
.footerLeftP{display: none;}



.fix-logoimg-all{float: left;}
.fix-logoname-all{float: left;padding-top:22px;padding-left: 14px;}
.fix-logo-all a{display: block;}
.fix-logoname{}
.fix-logoname h3{color: #fff;font-weight: bold;font-size: 26px;}
.fix-logoname p{color: #fff;font-size: 14px;}
.fix-logoname-h{padding-top:22px;padding-left: 14px;}
.fix-logoname-h h3{color: #00533A;font-weight: bold;font-size: 26px;}
.fix-logoname-h p{color: #999999;font-size: 14px;}



@media (max-width: 1400px) {
    /*.footer*/
    .footer-col {
        margin-right: 22px;
    }
    .gotop {
        position: absolute;
        right: 2.6%;
        top: 30px;
    }
    .fto-inside-info ul li {
        width: 20%;
        float: left;
        margin: 0 0 12px;
        text-align: center;
        height: 160px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 12px;
    }

}
@media (max-width: 1200px) {
    /*.footer*/
    .footer-col {
        margin-right: 40px;
    }
    .gotop {
        position: absolute;
        right: 2.6%;
        top: 30px;
    }

    .footer-Ftao .footer-FtaoLeft .per1 {
        font-size: 20px;
        line-height: 40px;
        border-bottom: 1px solid #fff;
        color: #fff;
        margin-bottom: 20px;
    }

}

@media (max-width: 62em) {

    /*新增代码*/
    .footer-Ftao .footer-FtaoLeft .per1 {
        font-size: 20px;
        line-height: 40px;
        border: 0;
        color: #fff;
        margin-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

    .footer-Ftao .footer-FtaoLeft pre {
        color: #bec2c9;
        font-size: 14px;
        line-height: 30px;
    }
    /*新增代码201801115*/
    .weText{width: 100%;display: none;position:relative;top: 0px}
/*按钮代码*/
    .list-more {
        display: block;
        margin-top: 16px;
        width: 90px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        font-size: 14px;
    }
/**/
    .no30-node-more dl{}
    .no30-node-more dl dt{width: 102px;float: left;margin-right: 10px;height: 102px;}
    .no30-node-more dl dt img{/*width: 100%;*/}
    .no30-node-more dl dd{float: left;width: 60%;overflow: hidden;}
    .no30-node-more dl dd a{display: block;width: 100px;height: 30px;text-align: center;line-height: 30px;background: #fff;color: #333;border-radius: 4px;float: right;margin-top: 6px;}
    .fix-nav-all-nav {top: 8.2%;}

}

.ct-container {
    margin: 0 auto;
}

@media (max-width: 48em) {
    .show .no30-node-more {

        padding: 8px;
    }

    .no30-node-more h4 {
        margin-bottom: 8px;
        line-height: 14px;
        font-size: 12px;
    }

}
@media (max-width: 34em) {
    .show .no30-node-more {
        display: block;
        width: 220px;
        height: 120px;
        padding: 10px;
    }
    .no30-node-more dl dt {
        width: 60px;
       height: 60px;
        float: left;
        margin-right: 10px;
    }

    .no30-node-more dl dd a {
        display: block;
        width: 60px;

        text-align: center;
        line-height: 30px;
        background: #fff;
        color: #333;
        border-radius: 4px;
         float: right;
        margin-top: 6px;
    }

    .no30-node {
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin-left: -3px;
        margin-top: -3px;
        font-size: 12px;
    }

    .fto-inside-info ul li {
        width: 33%;
        float: left;
        margin: 0 0 20px;
        text-align: center;
    }

    .footer-qrcode-img {
        display: inline-block;
        width: 120px;
        height: 120px;
    }

    .footer-Ftao .footer-FtaoLeft pre {
        color: #bec2c9;
        font-size: 12px;
        line-height: 20px;
    }

    .footer-qrcode p {
        line-height: 16px;
        font-size: 12px;
    }
    .fix-nav-all-nav {top: 11.2%;}
}
/*响应式代码放置区域*/
@media (min-width: 34em) {
    .container {
        /*新增加代码*/
        padding-left:15px;
        padding-right:15px;
    }
}
.iphoneBanner{}
.iphoneBanner img{width: 100%;}
@media (min-width: 768px) {
    .ct-container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .ct-container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .ct-container {
        width: 1200px;
    }
}


@media (max-width: 768px) {
    .fto-inside-info ul li {
        width: 33.333%;
        float: left;
        margin: 0 0 80px;
        text-align: center;
        height: 150px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 12px;
    }

    .fix-nav-all > ul > li .nav1 {
        position: relative;
        padding-bottom: 11px;
        color: #00533A;
        opacity: .7;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .fixpage .fix-nav-all > ul > li.active .weText > a, .fix-nav-all > ul > li:hover .weText > a {
        color: #00533A;
    }
    .fixpage .fix-nav-all > ul > li.active > a, .fix-nav-all > ul > li:hover > a {
        color: #00533A;
    }
    .webhidde{display: none;}
    .Pchidde{display:inline-block !important;}
    .index-about-list > ul > li:nth-child(3) {
        margin-right: 20px;
    }
    .index-about-list > ul > li:nth-child(4) {
        margin-right: 0;
    }


}


@media (max-width: 480px) {
    .fto-inside-info ul li {
        width: 33.333%;
        float: left;
        margin: 0 0 30px;
        text-align: center;
        height: 60px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 12px;
    }

    .inside-title-img > img {
        height: 24px;
    }
    .inside-title_Width {
        width: 90%;
        margin: 0 auto;
    }

    .carousel-indicators{display: none;}
    .iphoneBanner{display: block;}
    .fix-lang-all{display: none;}

    .fixpage > .fix-nav-all > ul > li.active .weText > a, .fix-nav-all > ul > li:hover .weText > a {color: #00533A;}
    .fixpage > .fix-nav-all > ul > li.active > a.nav1, .fix-nav-all > ul > li:hover > a {color: #00533A;}

    .no1st .fix-nav-all > ul > li.active .weText > a{ color: #fff;}
    .no1st .fix-nav-all > ul > li:hover .weText > a { color: #fff;}
    .no1st .fix-nav-all > ul > li.active > a.nav1{color: #fff;}
    .no1st .fix-nav-all > ul > li:hover > a {color: #fff;}
    .webhidde{display: none;}
    .Pchidde{display:inline-block !important;}
    .index-about-list > ul > li:nth-child(3) {
        margin-right: 14px;
    }
    .index-about-list > ul > li:nth-child(4) {
        margin-right: 0;
    }
    .pHide p{display: none;}
    .hcHide{display: none;}
    .footerLeftP p{padding-top: 20%;text-align: left; margin-left: -20px;}
    .footerBtn{text-align: center;background: #fff;margin: 18px 0;border-radius: 6px;}
    .footerBtn a{font-size: 14px;height: 30px;line-height: 30px;color: #333;border-radius: 10px;}
    .PChide{display: block;}
    .footerBan{background: #000;color: #fff;text-align: center;line-height: 20px;font-size: 12px;padding: 10px 15px;}
    .footerLeftP{display: block;}
    /**/
    .inside-title {padding-top: 20px;}
    .no30 {padding-bottom: 196px;}
    .show .no30-node-more {width: 300px;}
    .no30-node-more-01{ top: 130px;left: -118px;}
    .no30-node-more-02{ top: 150px;left: -118px;}
    .no30-node-more-03{ top: 117px;left: -154px;}
    .no30-node-more-04{ top: 180px;left: -94px;}
    .no30-node-more-05{ top: 82px;left: -123px;}
    .no30-node-more-06{ top: 134px;left: -92px;}
    .no30-node-more-07{ top: 134px;left: -92px;}
    .no30-node-more-08{ top: 150px;left: -182px;}
    .no30-node-more-09{ top: 95px;left: -104px;}
    .no30-node-more-10{ top: 162px;left: -168px;}
    .no30-node-more-11{ top: 190px;left: -168px;}
    .no30-node-more-12{ top: 158px;left: -64px;}
    .no30-node-more-13{ top: 96px;left: -130px;}
    .no30-node-more-14{ top: 68px;left: -212px;}
    .no30-node-more-15{ top: 150px;left: -32px;}
    .no30-node-more-16{ top: 180px;left: -223px;}
    .no30-node-more-17{ top: 70px;left: -265px;}
    .no30-node-more-18{ top: 116px;left: -68px;}
    .no30-node-more-19{ top: 108px;left: -106px;}
    .no30-node-more-20{ top: 134px;left: -185px;}
    .no30-node-more dl dt {width: 100px;height: 100px;}
    /*.no30-node-more dl dd a {line-height: 24px;height: 24px;}*/


    .fix-logoname-h h3 {
        color: #00533A;
        font-weight: bold;
        font-size: 14px;
    }
    .fix-logoname h3 {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    .fix-nav-all-nav {
        top: 60px;
    }
    .fix-logoname-h {
        padding-top: 17px;
        padding-left: 30px;
    }

    .fix-logoname-all {
        padding-top: 17px;
        padding-left: 0px;
    }
    .fix-logoname {
        padding-left:30px;
    }
    .fix-logoname {
         display: block;
     }
    .fix-logoname p {
        display: none;
    }
    .gotop {
        top: -8px;
    }
    .footer-qrcode {
         margin-top: 0px;
         margin-bottom: 0px;
        width: 48%;
    }
    .footer-wrap {
        padding-top: 22px;
    }
    .fix-nav-all > ul {
        -o-transition: 0s;
        -moz-transition: 0s;
        transition: 0s;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        background: #00533A;
        display: none;
    }

    .main_sanhezi{display: none;}

    .ct-container{
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    .ct-row{
        margin-right: -10px;
        margin-left: -10px;
    }
    .MobileU4{
        padding-right: 10px;
        padding-left: 10px;
        width: 33.33333%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
    }
    .MobileU4 a{font-size: 14px;}
    .eng-type-rect {
        padding-top: 10px;
        opacity: 0;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        margin-bottom: -7px;
    }
    .eng-type > ul > li:hover .eng-type-rect,
    .eng-type > ul > li.cur .eng-type-rect {
        opacity: 1;
    }
    .eng-type {
        padding-top: 26px;
        border-bottom: 1px solid #cacaca;
    }
    /*清除浮动*/
    .ct-row:before,
    .ct-row:after{
        display: table;
        content: " ";
    }
    .ct-row:after{
        clear: both;
    }
    .eng-type > ul > li:hover a, .eng-type > ul > li.cur a {
        color: #00653C;
    }

    .Mobile_center{margin:30px 30px 15px;}
    .Mobile_center p{height: 46px;border-bottom: 1px dashed #999;padding-top: 10px;}
    .Mobile_center p a{display: block;float: left;width: 80%;overflow: hidden;display: block; white-space: nowrap;text-overflow: ellipsis;font-size: 14px;}
    .Mobile_center p i{float: right;color: #999;margin-top: 10px;margin-right: 10px;}
    .Mobile_center p span{display: block;font-size: 12px;}
    .MobileU4-img img{width: 100%;}
    .Mobile_sanhezi{display: block;}
}
